ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ServiceAccountInfo.Builder |
GroupInfo.Builder.addServiceAccountsBuilder() |
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
|
ServiceAccountInfo.Builder |
GroupInfo.Builder.addServiceAccountsBuilder(int index) |
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
|
ServiceAccountInfo.Builder |
ListServiceAccountsResponse.Builder.addServiceAccountsBuilder() |
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
|
ServiceAccountInfo.Builder |
ListServiceAccountsResponse.Builder.addServiceAccountsBuilder(int index) |
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clear() |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearActive() |
optional bool active = 3;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearConfirmationTime() |
optional .google.protobuf.Timestamp confirmationTime = 6;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearCreatedBy() |
optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearCreationTime() |
optional .google.protobuf.Timestamp creationTime = 5;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearDisplayName() |
optional string displayName = 2;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearLastLoginTime() |
optional .google.protobuf.Timestamp lastLoginTime = 7;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearName() |
optional string name = 1;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.clone() |
|
ServiceAccountInfo.Builder |
GroupInfo.Builder.getServiceAccountsBuilder(int index) |
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 4;
|
ServiceAccountInfo.Builder |
ListServiceAccountsResponse.Builder.getServiceAccountsBuilder(int index) |
repeated .yamcs.protobuf.iam.ServiceAccountInfo serviceAccounts = 1;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.mergeConfirmationTime(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp confirmationTime = 6;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.mergeCreatedBy(UserInfo value) |
optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.mergeCreationTime(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp creationTime = 5;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.mergeFrom(ServiceAccountInfo other) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.mergeLastLoginTime(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp lastLoginTime = 7;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ServiceAccountInfo.Builder |
ServiceAccountInfo.newBuilder() |
|
static ServiceAccountInfo.Builder |
ServiceAccountInfo.newBuilder(ServiceAccountInfo prototype) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.newBuilderForType() |
|
protected ServiceAccountInfo.Builder |
ServiceAccountInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setActive(boolean value) |
optional bool active = 3;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setConfirmationTime(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp confirmationTime = 6;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setConfirmationTime(com.google.protobuf.Timestamp.Builder builderForValue) |
optional .google.protobuf.Timestamp confirmationTime = 6;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setCreatedBy(UserInfo value) |
optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setCreatedBy(UserInfo.Builder builderForValue) |
optional .yamcs.protobuf.iam.UserInfo createdBy = 4;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setCreationTime(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp creationTime = 5;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setCreationTime(com.google.protobuf.Timestamp.Builder builderForValue) |
optional .google.protobuf.Timestamp creationTime = 5;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setDisplayName(String value) |
optional string displayName = 2;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) |
optional string displayName = 2;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setLastLoginTime(com.google.protobuf.Timestamp value) |
optional .google.protobuf.Timestamp lastLoginTime = 7;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setLastLoginTime(com.google.protobuf.Timestamp.Builder builderForValue) |
optional .google.protobuf.Timestamp lastLoginTime = 7;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setName(String value) |
optional string name = 1;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) |
optional string name = 1;
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ServiceAccountInfo.Builder |
ServiceAccountInfo.toBuilder() |
|