// Code generated by protoc-gen-goext. DO NOT EDIT. package endpoint func (m *ApiEndpoint) SetId(v string) { m.Id = v } func (m *ApiEndpoint) SetAddress(v string) { m.Address = v }