 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Variables
- type APICap
- func (*APICap) Descriptor() ([]byte, []int)
- func (m *APICap) GetDeprecated() bool
- func (m *APICap) GetDisabledAlternative() string
- func (m *APICap) GetDisabledReason() string
- func (m *APICap) GetDisabledReasonMsg() string
- func (m *APICap) GetEnabled() bool
- func (m *APICap) GetID() string
- func (m *APICap) Marshal() (dAtA []byte, err error)
- func (m *APICap) MarshalTo(dAtA []byte) (int, error)
- func (m *APICap) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*APICap) ProtoMessage()
- func (m *APICap) Reset()
- func (m *APICap) Size() (n int)
- func (m *APICap) String() string
- func (m *APICap) Unmarshal(dAtA []byte) error
- func (m *APICap) XXX_DiscardUnknown()
- func (m *APICap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *APICap) XXX_Merge(src proto.Message)
- func (m *APICap) XXX_Size() int
- func (m *APICap) XXX_Unmarshal(b []byte) error
 
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type APICap ¶
type APICap struct {
	ID                   string   `protobuf:"bytes,1,opt,name=ID,proto3" json:"ID,omitempty"`
	Enabled              bool     `protobuf:"varint,2,opt,name=Enabled,proto3" json:"Enabled,omitempty"`
	Deprecated           bool     `protobuf:"varint,3,opt,name=Deprecated,proto3" json:"Deprecated,omitempty"`
	DisabledReason       string   `protobuf:"bytes,4,opt,name=DisabledReason,proto3" json:"DisabledReason,omitempty"`
	DisabledReasonMsg    string   `protobuf:"bytes,5,opt,name=DisabledReasonMsg,proto3" json:"DisabledReasonMsg,omitempty"`
	DisabledAlternative  string   `protobuf:"bytes,6,opt,name=DisabledAlternative,proto3" json:"DisabledAlternative,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}
    APICap defines a capability supported by the service
func (*APICap) Descriptor ¶
func (*APICap) GetDeprecated ¶
func (*APICap) GetDisabledAlternative ¶
func (*APICap) GetDisabledReason ¶
func (*APICap) GetDisabledReasonMsg ¶
func (*APICap) GetEnabled ¶
func (*APICap) MarshalToSizedBuffer ¶
func (*APICap) ProtoMessage ¶
func (*APICap) ProtoMessage()
func (*APICap) XXX_DiscardUnknown ¶
func (m *APICap) XXX_DiscardUnknown()
func (*APICap) XXX_Marshal ¶
func (*APICap) XXX_Unmarshal ¶
 Click to show internal directories. 
   Click to hide internal directories.