relationsv1

package
v1.36.12-2024061121393... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: Apache-2.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_buf_knit_demo_swapi_relations_v1_relations_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetCharactersResponse

type GetCharactersResponse struct {
	Values []*GetCharactersResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCharactersResponse) GetValues

func (*GetCharactersResponse) ProtoMessage

func (*GetCharactersResponse) ProtoMessage()

func (*GetCharactersResponse) ProtoReflect

func (x *GetCharactersResponse) ProtoReflect() protoreflect.Message

func (*GetCharactersResponse) Reset

func (x *GetCharactersResponse) Reset()

func (*GetCharactersResponse) SetValues

func (*GetCharactersResponse) String

func (x *GetCharactersResponse) String() string

type GetCharactersResponse_Result

type GetCharactersResponse_Result struct {
	Characters []*v11.Person `protobuf:"bytes,1,rep,name=characters,proto3" json:"characters,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCharactersResponse_Result) GetCharacters

func (x *GetCharactersResponse_Result) GetCharacters() []*v11.Person

func (*GetCharactersResponse_Result) ProtoMessage

func (*GetCharactersResponse_Result) ProtoMessage()

func (*GetCharactersResponse_Result) ProtoReflect

func (*GetCharactersResponse_Result) Reset

func (x *GetCharactersResponse_Result) Reset()

func (*GetCharactersResponse_Result) SetCharacters

func (x *GetCharactersResponse_Result) SetCharacters(v []*v11.Person)

func (*GetCharactersResponse_Result) String

type GetCharactersResponse_Result_builder

type GetCharactersResponse_Result_builder struct {
	Characters []*v11.Person
	// contains filtered or unexported fields
}

func (GetCharactersResponse_Result_builder) Build

type GetCharactersResponse_builder

type GetCharactersResponse_builder struct {
	Values []*GetCharactersResponse_Result
	// contains filtered or unexported fields
}

func (GetCharactersResponse_builder) Build

type GetFilmRelationsRequest

type GetFilmRelationsRequest struct {
	Bases []*v1.Film `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"`
	Limit int32      `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFilmRelationsRequest) GetBases

func (x *GetFilmRelationsRequest) GetBases() []*v1.Film

func (*GetFilmRelationsRequest) GetLimit

func (x *GetFilmRelationsRequest) GetLimit() int32

func (*GetFilmRelationsRequest) ProtoMessage

func (*GetFilmRelationsRequest) ProtoMessage()

func (*GetFilmRelationsRequest) ProtoReflect

func (x *GetFilmRelationsRequest) ProtoReflect() protoreflect.Message

func (*GetFilmRelationsRequest) Reset

func (x *GetFilmRelationsRequest) Reset()

func (*GetFilmRelationsRequest) SetBases

func (x *GetFilmRelationsRequest) SetBases(v []*v1.Film)

func (*GetFilmRelationsRequest) SetLimit

func (x *GetFilmRelationsRequest) SetLimit(v int32)

func (*GetFilmRelationsRequest) String

func (x *GetFilmRelationsRequest) String() string

type GetFilmRelationsRequest_builder

type GetFilmRelationsRequest_builder struct {
	Bases []*v1.Film
	Limit int32
	// contains filtered or unexported fields
}

func (GetFilmRelationsRequest_builder) Build

type GetFilmsResponse

type GetFilmsResponse struct {
	Values []*GetFilmsResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFilmsResponse) GetValues

func (x *GetFilmsResponse) GetValues() []*GetFilmsResponse_Result

func (*GetFilmsResponse) ProtoMessage

func (*GetFilmsResponse) ProtoMessage()

func (*GetFilmsResponse) ProtoReflect

func (x *GetFilmsResponse) ProtoReflect() protoreflect.Message

func (*GetFilmsResponse) Reset

func (x *GetFilmsResponse) Reset()

func (*GetFilmsResponse) SetValues

func (x *GetFilmsResponse) SetValues(v []*GetFilmsResponse_Result)

func (*GetFilmsResponse) String

func (x *GetFilmsResponse) String() string

type GetFilmsResponse_Result

type GetFilmsResponse_Result struct {
	Films []*v1.Film `protobuf:"bytes,1,rep,name=films,proto3" json:"films,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFilmsResponse_Result) GetFilms

func (x *GetFilmsResponse_Result) GetFilms() []*v1.Film

func (*GetFilmsResponse_Result) ProtoMessage

func (*GetFilmsResponse_Result) ProtoMessage()

func (*GetFilmsResponse_Result) ProtoReflect

func (x *GetFilmsResponse_Result) ProtoReflect() protoreflect.Message

func (*GetFilmsResponse_Result) Reset

func (x *GetFilmsResponse_Result) Reset()

func (*GetFilmsResponse_Result) SetFilms

func (x *GetFilmsResponse_Result) SetFilms(v []*v1.Film)

func (*GetFilmsResponse_Result) String

func (x *GetFilmsResponse_Result) String() string

type GetFilmsResponse_Result_builder

type GetFilmsResponse_Result_builder struct {
	Films []*v1.Film
	// contains filtered or unexported fields
}

func (GetFilmsResponse_Result_builder) Build

type GetFilmsResponse_builder

type GetFilmsResponse_builder struct {
	Values []*GetFilmsResponse_Result
	// contains filtered or unexported fields
}

func (GetFilmsResponse_builder) Build

type GetHomeworldResponse

type GetHomeworldResponse struct {
	Values []*GetHomeworldResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHomeworldResponse) GetValues

func (*GetHomeworldResponse) ProtoMessage

func (*GetHomeworldResponse) ProtoMessage()

func (*GetHomeworldResponse) ProtoReflect

func (x *GetHomeworldResponse) ProtoReflect() protoreflect.Message

func (*GetHomeworldResponse) Reset

func (x *GetHomeworldResponse) Reset()

func (*GetHomeworldResponse) SetValues

func (*GetHomeworldResponse) String

func (x *GetHomeworldResponse) String() string

type GetHomeworldResponse_Result

type GetHomeworldResponse_Result struct {
	Homeworld *v13.Planet `protobuf:"bytes,1,opt,name=homeworld,proto3" json:"homeworld,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHomeworldResponse_Result) ClearHomeworld

func (x *GetHomeworldResponse_Result) ClearHomeworld()

func (*GetHomeworldResponse_Result) GetHomeworld

func (x *GetHomeworldResponse_Result) GetHomeworld() *v13.Planet

func (*GetHomeworldResponse_Result) HasHomeworld

func (x *GetHomeworldResponse_Result) HasHomeworld() bool

func (*GetHomeworldResponse_Result) ProtoMessage

func (*GetHomeworldResponse_Result) ProtoMessage()

func (*GetHomeworldResponse_Result) ProtoReflect

func (*GetHomeworldResponse_Result) Reset

func (x *GetHomeworldResponse_Result) Reset()

func (*GetHomeworldResponse_Result) SetHomeworld

func (x *GetHomeworldResponse_Result) SetHomeworld(v *v13.Planet)

func (*GetHomeworldResponse_Result) String

func (x *GetHomeworldResponse_Result) String() string

type GetHomeworldResponse_Result_builder

type GetHomeworldResponse_Result_builder struct {
	Homeworld *v13.Planet
	// contains filtered or unexported fields
}

func (GetHomeworldResponse_Result_builder) Build

type GetHomeworldResponse_builder

type GetHomeworldResponse_builder struct {
	Values []*GetHomeworldResponse_Result
	// contains filtered or unexported fields
}

func (GetHomeworldResponse_builder) Build

type GetPersonRelationRequest

type GetPersonRelationRequest struct {
	Bases []*v11.Person `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersonRelationRequest) GetBases

func (x *GetPersonRelationRequest) GetBases() []*v11.Person

func (*GetPersonRelationRequest) ProtoMessage

func (*GetPersonRelationRequest) ProtoMessage()

func (*GetPersonRelationRequest) ProtoReflect

func (x *GetPersonRelationRequest) ProtoReflect() protoreflect.Message

func (*GetPersonRelationRequest) Reset

func (x *GetPersonRelationRequest) Reset()

func (*GetPersonRelationRequest) SetBases

func (x *GetPersonRelationRequest) SetBases(v []*v11.Person)

func (*GetPersonRelationRequest) String

func (x *GetPersonRelationRequest) String() string

type GetPersonRelationRequest_builder

type GetPersonRelationRequest_builder struct {
	Bases []*v11.Person
	// contains filtered or unexported fields
}

func (GetPersonRelationRequest_builder) Build

type GetPersonRelationsRequest

type GetPersonRelationsRequest struct {
	Bases []*v11.Person `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"`
	Limit int32         `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPersonRelationsRequest) GetBases

func (x *GetPersonRelationsRequest) GetBases() []*v11.Person

func (*GetPersonRelationsRequest) GetLimit

func (x *GetPersonRelationsRequest) GetLimit() int32

func (*GetPersonRelationsRequest) ProtoMessage

func (*GetPersonRelationsRequest) ProtoMessage()

func (*GetPersonRelationsRequest) ProtoReflect

func (*GetPersonRelationsRequest) Reset

func (x *GetPersonRelationsRequest) Reset()

func (*GetPersonRelationsRequest) SetBases

func (x *GetPersonRelationsRequest) SetBases(v []*v11.Person)

func (*GetPersonRelationsRequest) SetLimit

func (x *GetPersonRelationsRequest) SetLimit(v int32)

func (*GetPersonRelationsRequest) String

func (x *GetPersonRelationsRequest) String() string

type GetPersonRelationsRequest_builder

type GetPersonRelationsRequest_builder struct {
	Bases []*v11.Person
	Limit int32
	// contains filtered or unexported fields
}

func (GetPersonRelationsRequest_builder) Build

type GetPilotsResponse

type GetPilotsResponse struct {
	Values []*GetPilotsResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPilotsResponse) GetValues

func (x *GetPilotsResponse) GetValues() []*GetPilotsResponse_Result

func (*GetPilotsResponse) ProtoMessage

func (*GetPilotsResponse) ProtoMessage()

func (*GetPilotsResponse) ProtoReflect

func (x *GetPilotsResponse) ProtoReflect() protoreflect.Message

func (*GetPilotsResponse) Reset

func (x *GetPilotsResponse) Reset()

func (*GetPilotsResponse) SetValues

func (x *GetPilotsResponse) SetValues(v []*GetPilotsResponse_Result)

func (*GetPilotsResponse) String

func (x *GetPilotsResponse) String() string

type GetPilotsResponse_Result

type GetPilotsResponse_Result struct {
	Pilots []*v11.Person `protobuf:"bytes,1,rep,name=pilots,proto3" json:"pilots,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPilotsResponse_Result) GetPilots

func (x *GetPilotsResponse_Result) GetPilots() []*v11.Person

func (*GetPilotsResponse_Result) ProtoMessage

func (*GetPilotsResponse_Result) ProtoMessage()

func (*GetPilotsResponse_Result) ProtoReflect

func (x *GetPilotsResponse_Result) ProtoReflect() protoreflect.Message

func (*GetPilotsResponse_Result) Reset

func (x *GetPilotsResponse_Result) Reset()

func (*GetPilotsResponse_Result) SetPilots

func (x *GetPilotsResponse_Result) SetPilots(v []*v11.Person)

func (*GetPilotsResponse_Result) String

func (x *GetPilotsResponse_Result) String() string

type GetPilotsResponse_Result_builder

type GetPilotsResponse_Result_builder struct {
	Pilots []*v11.Person
	// contains filtered or unexported fields
}

func (GetPilotsResponse_Result_builder) Build

type GetPilotsResponse_builder

type GetPilotsResponse_builder struct {
	Values []*GetPilotsResponse_Result
	// contains filtered or unexported fields
}

func (GetPilotsResponse_builder) Build

type GetPlanetRelationsRequest

type GetPlanetRelationsRequest struct {
	Bases []*v13.Planet `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"`
	Limit int32         `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanetRelationsRequest) GetBases

func (x *GetPlanetRelationsRequest) GetBases() []*v13.Planet

func (*GetPlanetRelationsRequest) GetLimit

func (x *GetPlanetRelationsRequest) GetLimit() int32

func (*GetPlanetRelationsRequest) ProtoMessage

func (*GetPlanetRelationsRequest) ProtoMessage()

func (*GetPlanetRelationsRequest) ProtoReflect

func (*GetPlanetRelationsRequest) Reset

func (x *GetPlanetRelationsRequest) Reset()

func (*GetPlanetRelationsRequest) SetBases

func (x *GetPlanetRelationsRequest) SetBases(v []*v13.Planet)

func (*GetPlanetRelationsRequest) SetLimit

func (x *GetPlanetRelationsRequest) SetLimit(v int32)

func (*GetPlanetRelationsRequest) String

func (x *GetPlanetRelationsRequest) String() string

type GetPlanetRelationsRequest_builder

type GetPlanetRelationsRequest_builder struct {
	Bases []*v13.Planet
	Limit int32
	// contains filtered or unexported fields
}

func (GetPlanetRelationsRequest_builder) Build

type GetPlanetsResponse

type GetPlanetsResponse struct {
	Values []*GetPlanetsResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanetsResponse) GetValues

func (*GetPlanetsResponse) ProtoMessage

func (*GetPlanetsResponse) ProtoMessage()

func (*GetPlanetsResponse) ProtoReflect

func (x *GetPlanetsResponse) ProtoReflect() protoreflect.Message

func (*GetPlanetsResponse) Reset

func (x *GetPlanetsResponse) Reset()

func (*GetPlanetsResponse) SetValues

func (x *GetPlanetsResponse) SetValues(v []*GetPlanetsResponse_Result)

func (*GetPlanetsResponse) String

func (x *GetPlanetsResponse) String() string

type GetPlanetsResponse_Result

type GetPlanetsResponse_Result struct {
	Planets []*v13.Planet `protobuf:"bytes,1,rep,name=planets,proto3" json:"planets,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanetsResponse_Result) GetPlanets

func (x *GetPlanetsResponse_Result) GetPlanets() []*v13.Planet

func (*GetPlanetsResponse_Result) ProtoMessage

func (*GetPlanetsResponse_Result) ProtoMessage()

func (*GetPlanetsResponse_Result) ProtoReflect

func (*GetPlanetsResponse_Result) Reset

func (x *GetPlanetsResponse_Result) Reset()

func (*GetPlanetsResponse_Result) SetPlanets

func (x *GetPlanetsResponse_Result) SetPlanets(v []*v13.Planet)

func (*GetPlanetsResponse_Result) String

func (x *GetPlanetsResponse_Result) String() string

type GetPlanetsResponse_Result_builder

type GetPlanetsResponse_Result_builder struct {
	Planets []*v13.Planet
	// contains filtered or unexported fields
}

func (GetPlanetsResponse_Result_builder) Build

type GetPlanetsResponse_builder

type GetPlanetsResponse_builder struct {
	Values []*GetPlanetsResponse_Result
	// contains filtered or unexported fields
}

func (GetPlanetsResponse_builder) Build

type GetResidentsResponse

type GetResidentsResponse struct {
	Values []*GetResidentsResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResidentsResponse) GetValues

func (*GetResidentsResponse) ProtoMessage

func (*GetResidentsResponse) ProtoMessage()

func (*GetResidentsResponse) ProtoReflect

func (x *GetResidentsResponse) ProtoReflect() protoreflect.Message

func (*GetResidentsResponse) Reset

func (x *GetResidentsResponse) Reset()

func (*GetResidentsResponse) SetValues

func (*GetResidentsResponse) String

func (x *GetResidentsResponse) String() string

type GetResidentsResponse_Result

type GetResidentsResponse_Result struct {
	Residents []*v11.Person `protobuf:"bytes,1,rep,name=residents,proto3" json:"residents,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResidentsResponse_Result) GetResidents

func (x *GetResidentsResponse_Result) GetResidents() []*v11.Person

func (*GetResidentsResponse_Result) ProtoMessage

func (*GetResidentsResponse_Result) ProtoMessage()

func (*GetResidentsResponse_Result) ProtoReflect

func (*GetResidentsResponse_Result) Reset

func (x *GetResidentsResponse_Result) Reset()

func (*GetResidentsResponse_Result) SetResidents

func (x *GetResidentsResponse_Result) SetResidents(v []*v11.Person)

func (*GetResidentsResponse_Result) String

func (x *GetResidentsResponse_Result) String() string

type GetResidentsResponse_Result_builder

type GetResidentsResponse_Result_builder struct {
	Residents []*v11.Person
	// contains filtered or unexported fields
}

func (GetResidentsResponse_Result_builder) Build

type GetResidentsResponse_builder

type GetResidentsResponse_builder struct {
	Values []*GetResidentsResponse_Result
	// contains filtered or unexported fields
}

func (GetResidentsResponse_builder) Build

type GetSpeciesRelationRequest

type GetSpeciesRelationRequest struct {
	Bases []*v12.Species `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSpeciesRelationRequest) GetBases

func (x *GetSpeciesRelationRequest) GetBases() []*v12.Species

func (*GetSpeciesRelationRequest) ProtoMessage

func (*GetSpeciesRelationRequest) ProtoMessage()

func (*GetSpeciesRelationRequest) ProtoReflect

func (*GetSpeciesRelationRequest) Reset

func (x *GetSpeciesRelationRequest) Reset()

func (*GetSpeciesRelationRequest) SetBases

func (x *GetSpeciesRelationRequest) SetBases(v []*v12.Species)

func (*GetSpeciesRelationRequest) String

func (x *GetSpeciesRelationRequest) String() string

type GetSpeciesRelationRequest_builder

type GetSpeciesRelationRequest_builder struct {
	Bases []*v12.Species
	// contains filtered or unexported fields
}

func (GetSpeciesRelationRequest_builder) Build

type GetSpeciesRelationsRequest

type GetSpeciesRelationsRequest struct {
	Bases []*v12.Species `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"`
	Limit int32          `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSpeciesRelationsRequest) GetBases

func (x *GetSpeciesRelationsRequest) GetBases() []*v12.Species

func (*GetSpeciesRelationsRequest) GetLimit

func (x *GetSpeciesRelationsRequest) GetLimit() int32

func (*GetSpeciesRelationsRequest) ProtoMessage

func (*GetSpeciesRelationsRequest) ProtoMessage()

func (*GetSpeciesRelationsRequest) ProtoReflect

func (*GetSpeciesRelationsRequest) Reset

func (x *GetSpeciesRelationsRequest) Reset()

func (*GetSpeciesRelationsRequest) SetBases

func (x *GetSpeciesRelationsRequest) SetBases(v []*v12.Species)

func (*GetSpeciesRelationsRequest) SetLimit

func (x *GetSpeciesRelationsRequest) SetLimit(v int32)

func (*GetSpeciesRelationsRequest) String

func (x *GetSpeciesRelationsRequest) String() string

type GetSpeciesRelationsRequest_builder

type GetSpeciesRelationsRequest_builder struct {
	Bases []*v12.Species
	Limit int32
	// contains filtered or unexported fields
}

func (GetSpeciesRelationsRequest_builder) Build

type GetSpeciesResponse

type GetSpeciesResponse struct {
	Values []*GetSpeciesResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSpeciesResponse) GetValues

func (*GetSpeciesResponse) ProtoMessage

func (*GetSpeciesResponse) ProtoMessage()

func (*GetSpeciesResponse) ProtoReflect

func (x *GetSpeciesResponse) ProtoReflect() protoreflect.Message

func (*GetSpeciesResponse) Reset

func (x *GetSpeciesResponse) Reset()

func (*GetSpeciesResponse) SetValues

func (x *GetSpeciesResponse) SetValues(v []*GetSpeciesResponse_Result)

func (*GetSpeciesResponse) String

func (x *GetSpeciesResponse) String() string

type GetSpeciesResponse_Result

type GetSpeciesResponse_Result struct {
	Species []*v12.Species `protobuf:"bytes,1,rep,name=species,proto3" json:"species,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSpeciesResponse_Result) GetSpecies

func (x *GetSpeciesResponse_Result) GetSpecies() []*v12.Species

func (*GetSpeciesResponse_Result) ProtoMessage

func (*GetSpeciesResponse_Result) ProtoMessage()

func (*GetSpeciesResponse_Result) ProtoReflect

func (*GetSpeciesResponse_Result) Reset

func (x *GetSpeciesResponse_Result) Reset()

func (*GetSpeciesResponse_Result) SetSpecies

func (x *GetSpeciesResponse_Result) SetSpecies(v []*v12.Species)

func (*GetSpeciesResponse_Result) String

func (x *GetSpeciesResponse_Result) String() string

type GetSpeciesResponse_Result_builder

type GetSpeciesResponse_Result_builder struct {
	Species []*v12.Species
	// contains filtered or unexported fields
}

func (GetSpeciesResponse_Result_builder) Build

type GetSpeciesResponse_builder

type GetSpeciesResponse_builder struct {
	Values []*GetSpeciesResponse_Result
	// contains filtered or unexported fields
}

func (GetSpeciesResponse_builder) Build

type GetStarshipRelationsRequest

type GetStarshipRelationsRequest struct {
	Bases []*v14.Starship `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"`
	Limit int32           `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStarshipRelationsRequest) GetBases

func (x *GetStarshipRelationsRequest) GetBases() []*v14.Starship

func (*GetStarshipRelationsRequest) GetLimit

func (x *GetStarshipRelationsRequest) GetLimit() int32

func (*GetStarshipRelationsRequest) ProtoMessage

func (*GetStarshipRelationsRequest) ProtoMessage()

func (*GetStarshipRelationsRequest) ProtoReflect

func (*GetStarshipRelationsRequest) Reset

func (x *GetStarshipRelationsRequest) Reset()

func (*GetStarshipRelationsRequest) SetBases

func (x *GetStarshipRelationsRequest) SetBases(v []*v14.Starship)

func (*GetStarshipRelationsRequest) SetLimit

func (x *GetStarshipRelationsRequest) SetLimit(v int32)

func (*GetStarshipRelationsRequest) String

func (x *GetStarshipRelationsRequest) String() string

type GetStarshipRelationsRequest_builder

type GetStarshipRelationsRequest_builder struct {
	Bases []*v14.Starship
	Limit int32
	// contains filtered or unexported fields
}

func (GetStarshipRelationsRequest_builder) Build

type GetStarshipsResponse

type GetStarshipsResponse struct {
	Values []*GetStarshipsResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStarshipsResponse) GetValues

func (*GetStarshipsResponse) ProtoMessage

func (*GetStarshipsResponse) ProtoMessage()

func (*GetStarshipsResponse) ProtoReflect

func (x *GetStarshipsResponse) ProtoReflect() protoreflect.Message

func (*GetStarshipsResponse) Reset

func (x *GetStarshipsResponse) Reset()

func (*GetStarshipsResponse) SetValues

func (*GetStarshipsResponse) String

func (x *GetStarshipsResponse) String() string

type GetStarshipsResponse_Result

type GetStarshipsResponse_Result struct {
	Starships []*v14.Starship `protobuf:"bytes,1,rep,name=starships,proto3" json:"starships,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStarshipsResponse_Result) GetStarships

func (x *GetStarshipsResponse_Result) GetStarships() []*v14.Starship

func (*GetStarshipsResponse_Result) ProtoMessage

func (*GetStarshipsResponse_Result) ProtoMessage()

func (*GetStarshipsResponse_Result) ProtoReflect

func (*GetStarshipsResponse_Result) Reset

func (x *GetStarshipsResponse_Result) Reset()

func (*GetStarshipsResponse_Result) SetStarships

func (x *GetStarshipsResponse_Result) SetStarships(v []*v14.Starship)

func (*GetStarshipsResponse_Result) String

func (x *GetStarshipsResponse_Result) String() string

type GetStarshipsResponse_Result_builder

type GetStarshipsResponse_Result_builder struct {
	Starships []*v14.Starship
	// contains filtered or unexported fields
}

func (GetStarshipsResponse_Result_builder) Build

type GetStarshipsResponse_builder

type GetStarshipsResponse_builder struct {
	Values []*GetStarshipsResponse_Result
	// contains filtered or unexported fields
}

func (GetStarshipsResponse_builder) Build

type GetVehicleRelationsRequest

type GetVehicleRelationsRequest struct {
	Bases []*v15.Vehicle `protobuf:"bytes,1,rep,name=bases,proto3" json:"bases,omitempty"`
	Limit int32          `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVehicleRelationsRequest) GetBases

func (x *GetVehicleRelationsRequest) GetBases() []*v15.Vehicle

func (*GetVehicleRelationsRequest) GetLimit

func (x *GetVehicleRelationsRequest) GetLimit() int32

func (*GetVehicleRelationsRequest) ProtoMessage

func (*GetVehicleRelationsRequest) ProtoMessage()

func (*GetVehicleRelationsRequest) ProtoReflect

func (*GetVehicleRelationsRequest) Reset

func (x *GetVehicleRelationsRequest) Reset()

func (*GetVehicleRelationsRequest) SetBases

func (x *GetVehicleRelationsRequest) SetBases(v []*v15.Vehicle)

func (*GetVehicleRelationsRequest) SetLimit

func (x *GetVehicleRelationsRequest) SetLimit(v int32)

func (*GetVehicleRelationsRequest) String

func (x *GetVehicleRelationsRequest) String() string

type GetVehicleRelationsRequest_builder

type GetVehicleRelationsRequest_builder struct {
	Bases []*v15.Vehicle
	Limit int32
	// contains filtered or unexported fields
}

func (GetVehicleRelationsRequest_builder) Build

type GetVehiclesResponse

type GetVehiclesResponse struct {
	Values []*GetVehiclesResponse_Result `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVehiclesResponse) GetValues

func (*GetVehiclesResponse) ProtoMessage

func (*GetVehiclesResponse) ProtoMessage()

func (*GetVehiclesResponse) ProtoReflect

func (x *GetVehiclesResponse) ProtoReflect() protoreflect.Message

func (*GetVehiclesResponse) Reset

func (x *GetVehiclesResponse) Reset()

func (*GetVehiclesResponse) SetValues

func (*GetVehiclesResponse) String

func (x *GetVehiclesResponse) String() string

type GetVehiclesResponse_Result

type GetVehiclesResponse_Result struct {
	Vehicles []*v15.Vehicle `protobuf:"bytes,1,rep,name=vehicles,proto3" json:"vehicles,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVehiclesResponse_Result) GetVehicles

func (x *GetVehiclesResponse_Result) GetVehicles() []*v15.Vehicle

func (*GetVehiclesResponse_Result) ProtoMessage

func (*GetVehiclesResponse_Result) ProtoMessage()

func (*GetVehiclesResponse_Result) ProtoReflect

func (*GetVehiclesResponse_Result) Reset

func (x *GetVehiclesResponse_Result) Reset()

func (*GetVehiclesResponse_Result) SetVehicles

func (x *GetVehiclesResponse_Result) SetVehicles(v []*v15.Vehicle)

func (*GetVehiclesResponse_Result) String

func (x *GetVehiclesResponse_Result) String() string

type GetVehiclesResponse_Result_builder

type GetVehiclesResponse_Result_builder struct {
	Vehicles []*v15.Vehicle
	// contains filtered or unexported fields
}

func (GetVehiclesResponse_Result_builder) Build

type GetVehiclesResponse_builder

type GetVehiclesResponse_builder struct {
	Values []*GetVehiclesResponse_Result
	// contains filtered or unexported fields
}

func (GetVehiclesResponse_builder) Build

Source Files

  • relations.pb.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL